From 741f2bd14a9cf287b01a7d1a23fd638e4c223ef6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Feb 2001 21:43:20 +0000 Subject: [PATCH] (fortran-strip-sqeuence-nos): Doc fix. --- lisp/progmodes/fortran.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index a845358a6a2..d83f64763bc 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -1789,9 +1789,9 @@ Intended as the value of `fill-paragraph-function'." (fortran-indent-line))) (defun fortran-strip-sqeuence-nos (&optional do-space) - "Delete all text after column 72 (assumed to be sequence numbers). -Also delete trailing whitespace after stripping such text. Supplying -prefix arg DO-SPACE prevents stripping the whitespace." + "Delete all text in column 72 and up (assumed to be sequence numbers). +Normally also deletes trailing whitespace after stripping such text. +Supplying prefix arg DO-SPACE prevents stripping the whitespace." (interactive "p") (save-excursion (goto-char (point-min)) -- 2.30.2